Попробуйте следующим образом:
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<MapView
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<SeekBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true" />
</RelativeLayout>
Вы можете установить SeekBar где угодно, просто установите вид карты как fill_parent
по ширине и высоте или вы можете установить wrap_content
для не наложения.